.flex {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex.j_center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex.j_start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex.j_end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex.j_around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flex.a_start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex.a_end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex.a_baseline {
    align-items: baseline;
    -webkit-align-items: baseline;
}

.flex.wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex.column {
    flex-direction: column;
    -webkit-flex-direction: column;
}
html{
    font-size: 100px;
    min-width: unset;
}

body{
    font-size: 0.16rem;
    overflow: hidden;
}
.index_header,
.publicBox,
.footer_text {
    width: 15rem;
    min-width: 15rem;
    margin: 0 auto;
}

.wrap {
    width: 15rem;
}

.publicBox {
    background: none;
}

.header_box {
    width: 100%;
    border-bottom: 0.04rem solid rgb(21, 120, 187);
}

.main_box {
    width: 100%;
    background: url('../../images/shouye/top_background.jpg') no-repeat;
    background-position: 0 -1rem;
    background-size: 100% 45%;
    box-shadow: -0.02rem -0.10rem 0.20rem 0rem rgba(21, 120, 187, .2)
}

.index_header {
    padding: 0.20rem 0;
    /* height: 54rem; */

}

.index_header>img {
    margin-right: 0.20rem;
}

.index_header>div {
    margin-left: 0.20rem;
    position: relative;
}

.index_header>div::before {
    content: '';
    position: absolute;
    width: 0.01rem;
    height: 0.54rem;
    top: 0;
    left: -0.25rem;
    background: #ccc;

}

.index_container {

    /* margin-right: auto;
    margin-left: auto; */
    width: 19.2rem;
    min-width: 18.7rem;
    min-height: 9.4rem;
    /* height: 9.4rem; */
    transform-origin: 0 0;
    transform: scale(1);
    /* padding: 0 0.1rem; */
    overflow: hidden;
}
.m_conatiner{
    position: relative;
    width: 100vw;
    height: 100vh;
    transform-origin: 0 0;
    overflow: hidden;
}
.header_title {
    color: #000;
    height: 0.54rem;
}

.header_title>span:first-child {
    font-size: 0.24rem;
}

.publicBox .title p {
    color: #000;
    font-size: 0.24rem;
    margin-left: 0.05rem;
}

.publicBox .title h2 {
    font-weight: 500;
}

.publicBox .title {
    padding: 0.60rem 0 0.26rem;
}

.publicBox .mation {
    font-size: 0.18rem;
}

.publicBox .list {
    border: none;
}

.gray_line {
    display: inline-block;
    height: 0.01rem;
    width: 3.30rem;
    background: #b3b3b3;
}

.pubNum {
    width: 5.00rem;
}

.pubNum p {
    margin-right: -0.25rem;
    line-height: 0.40rem;
    float: none;
}

.pubNum>div{
    display: flex;
    margin-top: 80px;
    white-space: nowrap;
}
.pubNum p label {
    font-size: 0.26rem;
}

.ar {
    transform: translateY(30%);
}

.r_side_bar {
    position: relative;
    top: auto;
    right: -0.2rem;
    left: auto;
    background: #ffffff;
    padding: 0.40rem;
    border-radius: 0rem;
    width: 4.00rem;
    margin-top: 0rem;
    margin-left: 0rem;
    box-shadow: 0rem 0rem 0.10rem 0rem #3ba3f94f;
}

.login_box button {
    padding: 0.10rem;
}

#form .form-group {
    margin-bottom: 0.10rem;
}

.footer {
    position: absolute;
    background: rgb(8, 112, 173);
    height: 0.85rem;
}

.footer_text{
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.24rem;
}
.footer_text a{
    color: #fff;
}

.content_box{
    margin-top: 0.1rem;
}
.map_container{
    position: relative;
    left: -6%;
}

.map_container>p{
    position: absolute;
    top: 48%;
    right: -35%;
    font-size: 0.18rem;
    font-weight: 600;
}

.map_container>p>label{
    font-size: 0.28rem;
    color: #3ba3f9;
}

.main_title{
    color: #000;
    font-size: 0.20rem;
    font-weight: 600;
    width: 100%;
}

.main_title>span{
    color: rgb(8, 112, 173);
    font-size: 0.26rem;
    margin-right: 0.1rem;
    
}
#leftVideo{
    width: 3rem;
    height: 2rem;
    margin: 0.25rem 0 0.44rem 0;
    cursor: pointer;
}
#openRegister{
    padding: 0.08rem 0.55rem;
    text-align: center;
    color: #fff;
    background: rgb(22, 155, 213);
    font-size: 0.18rem;
    border-radius: 0.05rem;
    cursor: pointer;
}

.txt_right{
    font-weight: 600;
    color: rgb(8, 112, 173);
    font-size: 0.17rem;
    text-align: right;
    cursor: pointer;
}

.tips_error .text_tips{
    font-size: 0.12rem;
    color: #f04f48;
}

.tips_error>input{
    border: 1px solid #f04f48;
    
}

.info_tips{
    font-size: 0.12rem;
    color: #666;
}

.user_register_btn{
    padding: 0.06rem 0.85rem;
    font-size: 0.14rem;
}

.reg_form .form-group {
    margin-bottom: 0.25rem;
}

.reg_form .layui-form-label{
    width: 20%;
}

.reg_form .layui-form-radio{
    line-height: 34px;
    
}

.reg_form .radio-inline{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.required_tips{
    position: relative;
}
.required_tips::after{
    position: absolute;
    content: '*';
    color: #e9180d;
    font-size: 0.12rem;
    top: 0.05rem;
    right: 0.05rem;
}